home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
tests
/
pdevtest
/
test.feb16
/
Doit.w
< prev
next >
Wrap
Text File
|
1989-02-16
|
167b
|
10 lines
#!/sprite/cmds/csh -f
echo "$1 Bytes (sync)"
foreach rep (1 2 3 4 5)
pdevtest -M 1 $2 >& /dev/null &
sleep 1
pdevtest -S -n 1000 -w -d $1
sleep 2
end